home *** CD-ROM | disk | FTP | other *** search
/ 9-Digit Zip Code Directory / 9-Digit Zip Code Directory (American Business Information) (ABIZIP-12).ISO / z4src.zip / CLCLASS.HPP < prev    next >
Text File  |  1993-09-10  |  2KB  |  67 lines

  1. //----------------------------------------------------------------------------
  2. //                            MODULE DESCRIPTION
  3. //
  4. //  Module:    clclass.hpp
  5. //   Title:    C++ Class Libraries
  6. //  Notice:    John M. Weeder
  7. //                 Copyright (c) 1993. All rights reserved.
  8. //             This module contains proprietary information and should be 
  9. //                treated as confidential.
  10. //
  11. //----------------------------------------------------------------------------
  12. //                           MAINTENANCE HISTORY
  13. //
  14. // $Workfile$
  15. // $Revision$
  16. //   $Author$
  17. //     $Date$
  18. //      $Log$    
  19. //
  20. //----------------------------------------------------------------------------
  21. //                             MODULE NARRATIVE
  22. //
  23. //    This module contains tentative class declarations.
  24. //
  25. //    The code in this module may be written in C++ or C.
  26. //
  27. //    This module is portable to:
  28. //        DOS 3.X+
  29. //        MS Windows 3.X+
  30. //        OS/2 2.X+
  31. //        OS/2 2.0 PM
  32. //
  33. //    The following compilers are supported:
  34. //        MSC 6.0A
  35. //        MSC/C++ 7.0
  36. //        Borland C++ 3.1 for DOS
  37. //        Borland C++ 1.0 for OS/2 2.X
  38. //
  39. //----------------------------------------------------------------------------
  40.  
  41.  
  42. //----------------------------------------------------------------------------
  43. //    Tentative class declarations
  44. //----------------------------------------------------------------------------
  45. CLASSDEF(CL_APP);
  46. CLASSDEF(CL_CHILD);
  47. CLASSDEF(CL_ELEMENT);
  48. CLASSDEF(CL_EVENT);
  49. CLASSDEF(CL_FILE);
  50. CLASSDEF(CL_FNAME);
  51. CLASSDEF(CL_LIST);
  52. CLASSDEF(CL_LZW);
  53. CLASSDEF(CL_MUTEX);
  54. CLASSDEF(CL_OBJECT);
  55. CLASSDEF(CL_PARENT);
  56. CLASSDEF(CL_PARM);
  57. CLASSDEF(CL_PIPE);
  58. CLASSDEF(CL_SERIAL);
  59. CLASSDEF(CL_STRING);
  60. CLASSDEF(CL_THREAD);
  61. CLASSDEF(CL_TIME);
  62. CLASSDEF(CL_TOKEN);
  63.  
  64. //----------------------------------------------------------------------------
  65. //------------------------------- End of File --------------------------------
  66. //----------------------------------------------------------------------------
  67.